Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGeometry2D Class / ContainsColinearPoints Method / ContainsColinearPoints(NList<NPoint>) Method


In This Topic
    ContainsColinearPoints(NList<NPoint>) Method
    In This Topic
    Checks whether the given list of points contains any colinear points.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ContainsColinearPoints( _
       ByVal points As NList(Of NPoint) _
    ) As System.Boolean
    'Usage
     
    
    Dim points As NList(Of NPoint)
    Dim value As System.Boolean
     
    value = NGeometry2D.ContainsColinearPoints(points)
    public static System.bool ContainsColinearPoints( 
       NList<NPoint> points
    )

    Parameters

    points
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also